
digraph "Server_Structure" {
nodesep=0.7

subgraph cluster_0 {
		style=filled;
		color=lightgrey;
                width = "1.0"
	"seatle" [
		label = "seattle.wikia.com"
		color = "black"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "box"
	]
		label = "Squid Cache";
	}

	"tampa" [
		label = "tampa.wikia.com"
		color = "black"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "box"
	]

	"dover" [
		label = "dover.wikia.com"
		color = "black"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "box"
	]

	"sidney" [
		label = "sidney.wikia.com"
		color = "black"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "box"
	]

	"ross" [
		label = "ross.wikia.com"
		color = "black"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "box"
	]

	"brussels" [
		label = "brussels.wikia.com"
		color = "black"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "box"
	]

"internet" -> "seatle"
"internet" -> "ross"
"seatle" -> "tampa" -> "brussels"
"seatle" -> "dover" -> "brussels"
"seatle" -> "sidney" -> "brussels"
"ross" -> "brussels"
}

